This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Hi..
I have to connect lotus notes to SQL/MySQL server through Lotus notes. My code is as follows
Dim con As New ODBCConnection
Dim qry As New ODBCQuery
Dim result As New ODBCResultSet
Set qry.Connection = con
Set result.Query = qry
Call con.ConnectTo("IP Address of sql server","username","passwd")
If (con.IsConnected) Then
Print "Connected to DB... DSN=" & con.DataSourceName
End If
This code does not connect to the SQL server.
ODBC driver has to be installed on LN server? or is there anything else we are missing on??
Our server is running on Linux red hat 5.0
Please help...
Feedback number WEBB9QHF9U created by ~Tate Quetkisonlen on 11/03/2014
Status: Open
Comments: